Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hexdec
hexdec
Convert hexadecimal to decimal
Name:
hexdec
Category:
math
Programming Language:
php
One-line Description:
Convert hexadecimal to decimal.
Related
Use hexdec to parse encodings in QR codes or barcodes
4
Use hexdec and sprintf to handle uppercase and lowercase conversion requirements
2
How to Use hexdec with str_pad to Convert Hexadecimal Numbers of Insufficient Digits into Fixed-Length Decimal?
10
Use hexdec + bin2hex to convert binary and decimal
10
hexdec cooperates with substr to process hexadecimal values in strings
7
Hexdec and dechex implement bidirectional conversion between decimal and hexadecimal
10
Why does hexdec("0xFF") probably not return the expected value?
1
Does the hexdec Function in PHP Distinguish Between Uppercase and Lowercase Hexadecimal Letters? Do They Affect Conversion Results?
3
String format issues that need to be paid attention to when using hexdec
2
Use hexdec to parse hex timestamps or IDs
3
What types of hexdec strings are suitable for handling?
10
Detailed explanation of the basic usage of PHP hexdec function
9
«
1
2
»
Similar Functions
rand
rand
Generatearandominteg
expm1
expm1
Returnsexp(number)-1
fmod
fmod
Returnstheremaindero
log1p
log1p
Returnslog(1+number)
mt_rand
mt_rand
Generatebetterrandom
tan
tan
Tilt
asin
asin
Ancientsine
floor
floor
Leavethemethodofsort
Popular Articles
hexdec cooperates with substr to process hexadecimal values in strings
Why does hexdec("0xFF") probably not return the expected value?
What is the difference between hexdec and parseInt in JavaScript?
How to replace strtol with hexdec when porting from C/C++ to PHP
String format issues that need to be paid attention to when using hexdec
What is the difference between hexdec("000000FF") and hexdec("FF")?
Use hexdec and sprintf to handle uppercase and lowercase conversion requirements
How to Use hexdec with str_pad to Convert Hexadecimal Numbers of Insufficient Digits into Fixed-Length Decimal?